home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr05
/
wwam.zip
/
STOCKS.ZIP
/
STOCKS.SCR
Wrap
Text File
|
1993-03-28
|
798b
|
39 lines
;============================================================================
; A Stock Quote retrieval script for WigWam OLR
;
; Richard Olney [76236,173]
;
; NOTE: CIS places a limit of 20 issues at a time.
; Enter the ticker symbols, separated by commas (EX: ABT,MCD,FULL)
;
;============================================================================
;Now let's go to the BasicQuotes
Sgo BasicQuotes\r
;Wait for the 'issue:' prompt
w Issue:
;Open a capture file named 'stocks.cap'
fcis.cap
mStocks#S1/Today's Quotes#Today's Stock Quotes
;Send the Ticker Symbols to CIS
S ABP,DCN,EQT,MCD,FULL,FIIIX,JANSX,JAGIX,JAVLX,NICSX,TWCUX,KAUFX\r
WIssue:
S\r
;OK.....we're finished
c\r\nMessages !\r\n
;Close the capture file 'stocks.cap'
o
W!